home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
ARexxTools
/
MinRexx.lha
/
MinRexx
/
sample.fd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-02-03
|
182 b
|
13 lines
/* draw something with freedraw */
address 'freedraw'
color = 0
do i = 20 to 400
'Color ' color
color = color + 1
if color > 3 then color = 0
'Line ' 20 i i 400
end i